Click or drag to resize

Date Constructor (DateTime, String)

Initializes a new instance of the Date specified with DateTime and time zone.

Namespace:  Independentsoft.Sip
Assembly:  Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntax
public Date(
	DateTime dateTime,
	string timeZone
)

Parameters

dateTime
Type: SystemDateTime
A date and time as DateTime object.
timeZone
Type: SystemString
A time zone.
See Also